home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1996 March
/
EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso
/
earcd
/
util2
/
mhsutil3.lha
/
MultiStartup
/
startup-sequence
< prev
Wrap
Text File
|
1995-08-19
|
1KB
|
34 lines
;----------
; Multistartup sequence v1.0: 08/01/1995
;----------
; To install this startup sequence:
; ---------------------------------
; #1) Rename your current s:startup-sequence.
; #2) Copy this startup-sequence into your current s: directory.
; #3) Install 'MultiStartup' in your startup c: directory.
; #4) From the CLI/ Shell, enter 'MultiStartup -p'.
; #5) Enter the name of the original startup sequenced you renamed
; in the 'Standard Startup Sequences' section next the button
; displaying your current KICKSTART version. If you are not
; sure of your current version, enter from the CLI/ Shell
; 'VERSION':
; ----------
; 36, 37 ..... 2.0
; 38 ......... 3.0
; 39 ......... 4.0
; 40 ......... 5.0
;
; ... and any other startup sequence you'd like access to
; during bootup.
;
; To bring up the selection menu on bootup, hold down the left
; mouse button (LMB) while the system is booting up.
;
;----------
Assign >NIL: ENV: RAM: ; This prevents an ENV: requestor
c:MultiStartup ; MultiStartup...
Assign >NIL: ENV: RAM: REMOVE ; Remove the temporary assign.
Execute RAM:startup-sequence ; Execute the selected startup sequence.
Delete RAM:startup-sequence ; Delete the temporary startup sequence.
EndCLI ; All done.
;